github.com/klauspost/compress/huff0.Scratch.fse (field)
15 uses
github.com/klauspost/compress/huff0 (current package)
decompress.go#L58: s.fse.DecompressLimit = 255
decompress.go#L60: s.fse.Out = hw
decompress.go#L61: b, err := fse.Decompress(in[:iSize], s.fse)
decompress.go#L62: s.fse.Out = nil
huff0.go#L119: fse *fse.Scratch
huff0.go#L170: if s.fse == nil {
huff0.go#L171: s.fse = &fse.Scratch{}
huff0.go#L199: hist := s.fse.Histogram()
huff0.go#L223: s.fse.HistogramFinished(huffMax, int(huffMaxCnt))
huff0.go#L224: s.fse.TableLog = maxFSETableLog
huff0.go#L225: b, err := fse.Compress(huffWeight[:maxSymbolValue], s.fse)
huff0.go#L269: hist := s.fse.Histogram()
huff0.go#L293: s.fse.HistogramFinished(huffMax, int(huffMaxCnt))
huff0.go#L294: s.fse.TableLog = maxFSETableLog
huff0.go#L295: b, err := fse.Compress(huffWeight[:maxSymbolValue], s.fse)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |